home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / dev / www-talk.9301-9306.Z / www-talk.9301-9306 / text1301.txt < prev    next >
Encoding:
Text File  |  1995-04-24  |  916 b   |  19 lines

  1. Excerpts from ext.WorldWideWeb: 14-Jun-93 HTML+ support for eqn & Pos..
  2. Dave_Raggett@hplb.hpl.hp (1775)
  3.  
  4. > Browsers can then be upgraded to display new formats without changing their
  5. > code at all. All you would need is a way of binding the MIME content type
  6. > to the function name for that format, e.g. via X resources or a config file.
  7. > The functions could be implemented as separate programs driven via pipes and
  8. > stdin/stdout or as dynamically linked library modules (Windows DLLs).
  9.  
  10. Yes, that sounds good.  My favorite way to handle this is to have the
  11. browser create and manage an X sub-window over the area where the inset
  12. is to be displayed, and pass the window ID of the sub-window to the
  13. subprogram which understands the inset format, with the understanding
  14. that that program is to handle all events and refresh on the sub-window,
  15. but the browser gets to handle configuration and window movement.
  16.  
  17. Bill
  18.  
  19.